core: Remove ostree_checksum_update_meta that was not implemented
authorColin Walters <walters@verbum.org>
Fri, 15 Apr 2016 19:20:57 +0000 (15:20 -0400)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Sun, 17 Apr 2016 13:52:07 +0000 (13:52 +0000)
If a symbol falls in a git merkle tree forest, but no one hears it,
did it ever exist?

I'm claiming this isn't an API/ABI break because nothing could
have actually used this.  `git log -S checksum_update_meta` leads
me to 38ef75e6e04f7ec19844f9a1c178e6066682d13d which was before
we really had a stable shared library.

Closes: #263
Approved by: giuseppe

apidoc/ostree-sections.txt
src/libostree/ostree-core.h

index 1eef5da7bde6b50e25a7bdcff1af2fde6cb4c2c7..d94e3ddd57180f8614f1de630a6ad102a4e3f13b 100644 (file)
@@ -100,7 +100,6 @@ ostree_checksum_bytes_peek_validate
 ostree_cmp_checksum_bytes
 ostree_validate_rev
 ostree_parse_refspec
-ostree_checksum_update_meta
 ostree_object_type_to_string
 ostree_object_type_from_string
 ostree_hash_object_name
index 29ef7b284712c9bc09b525460b0de5e616dd57e7..97d86bc5f84a34f62e3a8111825b5554187c78e4 100644 (file)
@@ -214,9 +214,6 @@ gboolean ostree_parse_refspec (const char *refspec,
                                char      **out_ref,
                                GError    **error);
 
-_OSTREE_PUBLIC
-void ostree_checksum_update_meta (GChecksum *checksum, GFileInfo *file_info, GVariant  *xattrs);
-
 _OSTREE_PUBLIC
 const char * ostree_object_type_to_string (OstreeObjectType objtype);